ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / OnClientItemsSourceChanged Property






In This Topic
    OnClientItemsSourceChanged Property (FlexGridBase<T>)
    In This Topic
    Occurs after the grid has been bound to a new items source.
    Syntax
    'Declaration
     
    
    Public Overridable Property OnClientItemsSourceChanged As System.String
    'Usage
     
    
    Dim instance As FlexGridBase(Of T)
    Dim value As System.String
     
    instance.OnClientItemsSourceChanged = value
     
    value = instance.OnClientItemsSourceChanged
    public virtual System.string OnClientItemsSourceChanged {get; set;}
    public read-write property OnClientItemsSourceChanged: System.String; virtual; 
    public function get,set OnClientItemsSourceChanged : System.String
    public: __property virtual System.string* get_OnClientItemsSourceChanged();
    public: __property virtual void set_OnClientItemsSourceChanged( 
       System.string* value
    );
    public:
    virtual property System.String^ OnClientItemsSourceChanged {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also